<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.title_automatic_placement {
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	display: inline-block;
	background : #000000;
	color : #ffffff;
	text-transform : none;
	font-size : 14px;
}

.title_automatic_placement:before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ccc;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translate(-50%, 0);
}

.title_automatic_placement:after {
	content: '';
	display: block;
	width: 100%;
	height: 8px;
	background-color: #ccc;
	position: absolute;
	bottom: 0;
	left: 0;
}</pre></body></html>